TextDecoder

external class TextDecoder(charset: String)

Constructors

Link copied to clipboard
constructor(charset: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun decode(data: ArrayBufferView): String